home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / sb.dxr / 00002_13HOT1.BMP.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  157 b   |  10 lines

  1. on mouseUp
  2.   sound playFile 2, "..\som\bobine.wav"
  3.   startTimer()
  4.   repeat while the timer < 40
  5.     nothing()
  6.   end repeat
  7.   sound stop 2
  8.   go("bobine")
  9. end
  10.